home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-utildoc.lha / gnu / man / man1 / nice.1 < prev    next >
Encoding:
Text File  |  1994-12-19  |  1.6 KB  |  67 lines

  1.  
  2.  
  3.  
  4. NICE(1L)                                                 NICE(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        nice - run a program with modified scheduling priority
  9.  
  10. SSYYNNOOPPSSIISS
  11.        nniiccee     [-n    adjustment]    [-adjustment]    [--adjust-
  12.        ment=adjustment] [--help] [--version] [command [arg...]]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This manual page documents the GNU version of nniiccee.   Note
  16.        that  most shells have a built-in command by the same name
  17.        and with similar functionality.
  18.  
  19.        If  no  arguments  are  given,  nniiccee  prints  the  current
  20.        scheduling  priority, which it inherited.  Otherwise, nniiccee
  21.        runs  the  given  _c_o_m_m_a_n_d  with  its  scheduling  priority
  22.        adjusted.   If no _a_d_j_u_s_t_m_e_n_t is given, the priority of the
  23.        command is incremented by 10.  The superuser can specify a
  24.        negative adjustment.  The priority can be adjusted by nniiccee
  25.        over the range of -20 (the highest priority)  to  19  (the
  26.        lowest).
  27.  
  28.    OOPPTTIIOONNSS
  29.        _-_n _a_d_j_u_s_t_m_e_n_t_, _-_a_d_j_u_s_t_m_e_n_t_, _-_-_a_d_j_u_s_t_m_e_n_t_=_a_d_j_u_s_t_m_e_n_t
  30.               Add  _a_d_j_u_s_t_m_e_n_t instead of 10 to the command's pri-
  31.               ority.
  32.  
  33.        _-_-_h_e_l_p Print a usage message on standard output  and  exit
  34.               successfully.
  35.  
  36.        _-_-_v_e_r_s_i_o_n
  37.               Print  version  information on standard output then
  38.               exit successfully.
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                    GNU Shell Utilities                      1
  65.  
  66.  
  67.